Skip to content

fix(core): Fix the module setup for the repository#81

Merged
Fyusel merged 1 commit intomainfrom
fix-module-setup
Oct 23, 2025
Merged

fix(core): Fix the module setup for the repository#81
Fyusel merged 1 commit intomainfrom
fix-module-setup

Conversation

@Fyusel
Copy link
Copy Markdown
Contributor

@Fyusel Fyusel commented Oct 22, 2025

Description

relates to #1234

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Unit tests got implemented or updated
  • Acceptance tests got implemented or updated
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)

@Fyusel Fyusel requested a review from a team as a code owner October 22, 2025 10:14
@Benjosh95
Copy link
Copy Markdown

Since its now a go workspace, the "cd provider && go mod tidy" line 28 - Makefile would not work anymore.
Would need to change it so something like this i think:
ensure:: go work sync cd sdk && go mod tidy cd examples && go mod tidy

Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
@Fyusel Fyusel merged commit fa10062 into main Oct 23, 2025
2 checks passed
@Fyusel Fyusel deleted the fix-module-setup branch October 23, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants